home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / datetime / vbtime / vbtime.txt < prev   
Encoding:
Text File  |  1991-08-10  |  1.4 KB  |  15 lines

  1. VBTime is collection of time utilities I wrote in Visual Basic. It is a clock that displays the time and date when minimized, a single-event alarm clock and a stop watch. It is fairly easy to use - the alarm may be set by clicking on the alarm icon and entering the time in 24 hour format. Clicking the timer icon will reset the stopwatch.
  2.  
  3. There are a few anomalies I'd like to point out. First, when minimized, the time and date are displayed in the caption. The program will check the system every 15 seconds to update and therefore blink at the same interval. This is intentional. Second, the alarm will minimize any non-windows apps running when the alarm goes off. This is NOT intentional,
  4. but is relatively purposeful so I didn't do anything about it.
  5.  
  6. This is a Visual Basic application. It requires VBRUN100.DLL to run,  which may be downloaded from the MSLANG library (#6) on Compuserve. 
  7. Thanx to Microsoft for the "starting blocks"! The source code is available upon request. So if you use it - enjoy! Send any and all comments to:
  8.  
  9. Charles K. Snider
  10. Compuserve (73730,1315)
  11.  
  12.  
  13. Disclaimer: This runs on MY computer, but that doesn't mean it will run                                 on YOUR computer. There are no warranties, etc.., express or                                 implied. But seriously, it should run with out a hitch!
  14.  
  15. Copyrights: Windows and Visual Basic are registered trademarks of                                             Microsoft.